DrawThemePlacard
NEW WITH THE APPEARANCE MANAGER
Draws a placard consistent with the current theme.
pascal OSStatus DrawThemePlacard ( const Rect *inRect, ThemeDrawState inState);
inRect
- On input, a pointer to a rectangle.
inState
- A value specifying the state in which the placard is to be drawn; see "Appearance-Compliant Draw State Constants". The placard can only be drawn as active or inactive; passing
kThemeStatePressed
will result in an error being returned.- function result
- A result code; see "Result Codes".
DISCUSSION
TheDrawThemePlacard
function draws a placard inside the rectangle that is passed.SEE ALSO
"Control Guidelines" in Mac OS 8 Human Interface Guidelines.